@john.malpede@threewiresys.com

Account created on 19 January 2024, over 1 year ago
#

Recent comments

Our Drupal 7 site has files stored using s3fs public and private. (Version: 7.x-2.14)
Out Drupal 10 site is configured to use s3fs public and private. (Version: 8.x-3.4)
As test for the Drupal 10 site, I uploaded files to s3 and verified the files in the bucket and the verified that the site was working correctly.
The issue I am running into, is we are using a new s3 bucket to store or files.
From README.TXT:
These scripts copy the managed file entries from D7 into D8 without
copying the actual files because they are already stored in the s3
bucket.

So, it looks like for migrating to new buckets, I need to copy the files from the old bucket, then perform a config validation and a metadata cache refresh to import the current list of files stored in the S3 bucket.

After preforming those steps, I can now see the files that were missing.

Thanks for pointing me in the right direction.

Thanks update. (and feature request)

Our CAS server is setup with the username as their email address.
I'll see if the CAS admins can add the email address as an attribute.

Yes. Sorry, I originally had is as a html comment.
For some reason, I cannot update with the xml. (even with code tags)
Below are the mappings from authentication response from our cas server:
[cas:authenticationsuccess]
[cas:user] -> user1@example.com
[cas:attributes]
[cas:clientipaddress] -> xxx.xxx.xxx.xxx
[cas:one_time_use_password] -> false
[cas:isfromnewlogin] -> true[/cas:isfromnewlogin]
[cas:is_account_verified] -> false
[cas:authenticationdate] -> 2024-01-19T16:02:45.153158Z
.....
[cas:useragent] -> Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
[cas:days_to_password_expiration] -> 3602[/cas:days_to_password_expiration]
[cas:credentialtype] -> UsernamePasswordCredential

The response did not get added correctly. (resubmitting.)

user1@example.com

xxx.xxx.xxx.xxx
false
true
false
2024-01-19T16:02:45.153158Z
.....
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
3602
UsernamePasswordCredential
-->

Production build 0.71.5 2024