We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS object key length max = 1024
It is unlikely we will run into that unless uploading media handling with mediaFileURIs that get encoded into object key as part of the path.
However, we should catch it gracefully.
This should be reported as a new category of unuploadable object by S3::ItemUploader
S3::ItemUploader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AWS object key length max = 1024
It is unlikely we will run into that unless uploading media handling with mediaFileURIs that get encoded into object key as part of the path.
However, we should catch it gracefully.
This should be reported as a new category of unuploadable object by
S3::ItemUploader
The text was updated successfully, but these errors were encountered: