Skip to content
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

Object Exists #75

Closed
mattbryson opened this issue Jan 22, 2014 · 2 comments
Closed

Object Exists #75

mattbryson opened this issue Jan 22, 2014 · 2 comments

Comments

@mattbryson
Copy link

If there any way to check if an object exists, as per the official S3 libraries:

http://docs.aws.amazon.com/AWSSDKforPHP/latest/#m=AmazonS3/if_object_exists

Id rather use yours due to the sheer amount of bloat and dependencies you get with the AWSSDK.

@tpyo
Copy link
Owner

tpyo commented Jan 23, 2014

There is, using a HEAD operation:
https://github.com/tpyo/amazon-s3-php-class/blob/master/S3.php#L767

@tpyo tpyo closed this as completed Jan 23, 2014
@mattbryson
Copy link
Author

Awesome, thanks.
On 23 Jan 2014 08:18, "Donovan Schönknecht" notifications@github.com
wrote:

Closed #75 #75.


Reply to this email directly or view it on GitHubhttps://github.com//issues/75
.

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

No branches or pull requests

2 participants