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

New Storage functionality #169

Merged
merged 2 commits into from
Sep 28, 2016
Merged

Conversation

dwsupplee
Copy link
Contributor

@dwsupplee dwsupplee commented Sep 27, 2016

Closes #144

New public methods implemented:

  • Bucket
    • public function compose(array $sourceObjects, $name, array $options = []) : StorageObject
  • StorageObject
    • public function rewrite($destination, array $options = []) : StorageObject
    • public function rename($name, array $options = []) : StorageObject

Additionally, while it was possible to provide customer-supplied encryption keys previously, there is now better support and it is more clearly documented.

@dwsupplee dwsupplee added the api: storage Issues related to the Cloud Storage API. label Sep 27, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 27, 2016
@bshaffer
Copy link
Contributor

This is great, and happens to be just what I've been waiting for! Nice work.

Copy link
Contributor

@jdpedrie jdpedrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work!

* ```
*
* @param string $name The new name.
* @param array $options {

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants