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
Thank you for this shard! I'm using it on https://archive.fm/ and it's working great.
I'd like to be able to ask if a GetObject request is successful or not. HTTP::Client::Response provides both #success? and #status_code / #status. At a bare minimum, it would be sufficient to just provide an accessor for the http response itself within GetObjectOutput.
What do you think? I'll be happy to submit a PR if you think it's worthwhile to add.
The text was updated successfully, but these errors were encountered:
Thank you for this shard! I'm using it on https://archive.fm/ and it's working great.
I'd like to be able to ask if a GetObject request is successful or not. HTTP::Client::Response provides both #success? and #status_code / #status. At a bare minimum, it would be sufficient to just provide an accessor for the http response itself within GetObjectOutput.
What do you think? I'll be happy to submit a PR if you think it's worthwhile to add.
The text was updated successfully, but these errors were encountered: