Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

status code 501 unimplemented for putObject overwrite on iOS8 #76

Closed
wockerwalker opened this issue Feb 3, 2015 · 5 comments
Closed

Comments

@wockerwalker
Copy link

I get a 501 ("Request failed: unimplemented") when attempting to putObjectWithFile:destinationPath:parameters:progress:success: when the save is a photo overwrite. I do not get the failure when creating a new photo in the same bucket.

@wockerwalker
Copy link
Author

Wanted to check in on this - any ideas?

@mattt
Copy link
Contributor

mattt commented Mar 2, 2015

This appears to be related to this Stack Overflow question.

4c5f989 attempts to fix this by changing the default cache policy. Look for this in the forthcoming release.

@mattt mattt closed this as completed Mar 2, 2015
@iheart2code
Copy link

This isn't doing the trick for me. Keep getting the same 501 error.

@iheart2code
Copy link

This is the message I'm getting back:

<Error>
    <Code>NotImplemented</Code>
    <Message>A header you provided implies functionality that is not implemented</Message>
    <Header>If-Modified-Since</Header>
    <RequestId>D06............AAA</RequestId>
    <HostId>tx.............Sw=</HostId>
</Error>

@iheart2code
Copy link

OK, I was able to get around this by applying the cachePolicy directly to the request after it's constructed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants