fog-aws icon indicating copy to clipboard operation
fog-aws copied to clipboard

Module for the 'fog' gem to support Amazon Web Services http://aws.amazon.com/

Results 11 fog-aws issues
Sort by recently updated
recently updated
newest added

When I setup a gitlab server in tencent cloud and want to use the cos(object storage) to store upload artificate. COS uses a different api for put object. ``` PUT...

pinned

Would it be possible to list your breaking changes in the `CHANGELOG.md` for future releases? We have a bot that opens up pull requests for gem updates. This is the...

pinned

Since today on my production server, I'm experiencing a weird error that seems to come from `fog-was`'s `copy_object` method call. I've checked other library invovled and none of them have...

Is there a way to specify part number and upload id when doing a `put_object_url` in order to get a signed url for part of a multipart upload? I tried...

We recently upgraded a Rails app from `3.20.0` to `3.21.0` and began seeing all of our writes/file creation calls to AWS S3 failing with a 400 error from S3s service...

pinned

This was added in the upstream AWS library: https://github.com/aws/aws-sdk-ruby/pull/2924 I think `credential_fetcher` would needed to be updated to avoid GET requests (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html) and only use PUT requests.

pinned

We are using your gem as it is included in Carrierwave. In AWS SDK, if you don't specify credentials it will try and load them from ~/.aws/credentials. I see you...

no-issue-activity
pinned

And i get this error when trying to connect Excon::Error::Socket: getnameinfo: Unknown error (Socket::ResolutionError) from /app/vendor/bundle/ruby/3.3.0/gems/excon-0.92.3/lib/excon/socket.rb:289:in `unpack_sockaddr_in'

Problem The AWS regions are hardcoded in the aws.rb file, causing exceptions for unlisted regions (e.g., il-central-1) with the error message “Unknown region:”. Solution Load the list of AWS regions...

Followup: https://github.com/fog/fog-aws/pull/709 After running tests locally I managed to fix all of the frozen string literals issues. This PR however depends on `fog-core` and `fog-xml` being fixed ( I will...