-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php headObject Method is not working. #171
Comments
Thank you for your report. We'll check this issue. |
Hi @Paras2009. |
Hi i have confirmed this updated. It is working fine. |
Thank you so much 👍 |
I want to reopen this issue. |
@patelparas What's happen in your environment. Let me know the detail. |
doesBucketExist() method always return 'true'. |
@patelparas please tell me which version of aws-sdk-php you are using? |
my aws-sdk-php version is 2.7.5. |
@patelparas Thanks. |
LeoFS have responded 403 status when the requested bucket doesn't exist, We need to respond as below. ErrorCode: NoSuchBucket |
@patelparas I found that leo-project/leofs_client_tests@61add23 If this works for you, we will close this issue. |
ok i will check it. Thank you |
I found that head_bucket occasionally fails after creating bucket successfully. |
found out why.
|
I want to use following Method via PHP client :
Via following Documentation (http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_doesBucketExist) and all this method using headBucket operation. which is not responding properly.
System Environment:
Idle It should be return Request Response like this e.g. :
But here for LeoFS Response header doen't return object name or 200 OK.
it gives headers like this(404 Not Found) :
Due to this response above all methods are not working.
The text was updated successfully, but these errors were encountered: