You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing this error when we use this module with the AmazonS3 module:
Fatal error: Declaration of AmazonS3\File\ArchiveRepertory\FileManager::createArchiveFolders($archiveFolder, $pathFolder = '') must be compatible with ArchiveRepertory\File\FileManager::createArchiveFolders($archiveFolder, $pathFolder = ''): bool in /var/app/current/modules/AmazonS3/src/File/ArchiveRepertory/FileManager.php on line 6
We're trying to add IIIF Server support for 3D models which requires ArchiveRepertory, but we are storing our media in S3 using the AmazonS3 module. Any ideas?
The text was updated successfully, but these errors were encountered:
After looking a little more carefully, I'm seeing that the files are being uploaded with the default Omeka hash filename (not their original name) no matter what settings are specified in Archive Repertory so the module definitely doesn't appear to be working. Really appreciate the help.
We are seeing this error when we use this module with the AmazonS3 module:
Fatal error: Declaration of AmazonS3\File\ArchiveRepertory\FileManager::createArchiveFolders($archiveFolder, $pathFolder = '') must be compatible with ArchiveRepertory\File\FileManager::createArchiveFolders($archiveFolder, $pathFolder = ''): bool in /var/app/current/modules/AmazonS3/src/File/ArchiveRepertory/FileManager.php on line 6
We're trying to add IIIF Server support for 3D models which requires ArchiveRepertory, but we are storing our media in S3 using the AmazonS3 module. Any ideas?
The text was updated successfully, but these errors were encountered: