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
I'm trying to achieve a specific naming result with the uploaded S3 files but have been unsuccessful so far.
This is a pretty minor issue. When the path I pass to S3-uploader does not have an extension I can force my desired behavior on the versioned images (by specifying a suffix and the resultant image format) but the original image does not get an extension.
In my example, the path is the_whole_damn_thing_front_blunt. Notice in the screenshot below that the original image gets a period but does not have an extension appended.
When I put an extension in the path passed to s3-uploader, I get double extensions.
Is there any way to have the original image (in the first screenshot above) to get an extension when it is uploaded to S3?
Thanks for any insight and please let me know if this is not the appropriate place to pose this question.
The text was updated successfully, but these errors were encountered:
I'm trying to achieve a specific naming result with the uploaded S3 files but have been unsuccessful so far.
This is a pretty minor issue. When the path I pass to S3-uploader does not have an extension I can force my desired behavior on the versioned images (by specifying a suffix and the resultant image format) but the original image does not get an extension.
In my example, the path is
the_whole_damn_thing_front_blunt
. Notice in the screenshot below that the original image gets a period but does not have an extension appended.When I put an extension in the path passed to s3-uploader, I get double extensions.
Is there any way to have the original image (in the first screenshot above) to get an extension when it is uploaded to S3?
Thanks for any insight and please let me know if this is not the appropriate place to pose this question.
The text was updated successfully, but these errors were encountered: