This AWS post from 2018 makes it sound like it should be possible to make S3 style PUT requests to create archives in glacier now:
I'm interpreting that to mean that you could use the s3 CLI or sdk interactions for uploading files, rather than the glacier specific api, or transitioning files. Is this correct?
I can't find any documentation on how this would actually work, as the link about S3 PUT to Glacier just goes to a list of storage classes. Tried experimenting some with aws s3 cp
, but I'm not clear on what you would use for the bucket/s3 uri.
Does anyone know know if this usage is supported?