Is Paws::S3 stable yet?
We'd like to use Paws::S3 in production, but we're a little nervous due to this warning: "Paws::S3 is not stable / supported / entirely developed".
It looks like there's been a lot of work done to Paws::S3 since that warning was added; should we still consider it unstable?
Hi, not everything in S3 is working entirely perfect. E.g. MD5 headers are not set automatically and other small issues exist. Nonetheless, my company is using it in production successfully and we try to get open issues fixed.
99% of S3 and the other RestXML intefaces should be working in this branch
https://github.com/byterock/aws-sdk-perl/tree/s3ObjectTagging
Is there a way to suppress the warning "Paws::S3 is not stable…"?
Sorry: Seen this
warn "Paws::S3 is not stable / supported / entirely developed" unless $ENV{'PAWS_SILENCE_UNSTABLE_WARNINGS'};