Skip to content

Storage: When moving a file, allow keeping old ACL #21

@lukesneeringer

Description

@lukesneeringer

From @SimenB on May 3, 2017 13:59

Environment details

  • OS: macOS
  • Node.js version: 6.10.2
  • npm version: yarn 0.23.3
  • google-cloud-node version: @google-cloud/storage@1.1.0

Steps to reproduce

  1. require @google-cloud/storage
  2. Instantiate it, and get a bucket
  3. call const file = await bucket.upload(filePath, { public: true })
  4. Verify file is publicly available from https://storage.googleapis.com/
  5. call file.move(somewhere)
  6. Try to access file from https://storage.googleapis.com/, get 403

What I want is either:

Copied from original issue: googleapis/google-cloud-node#2274

Metadata

Metadata

Labels

🚨This issue needs some love.api: storageIssues related to the googleapis/nodejs-storage API.help wantedWe'd love to have community involvement on this issue.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions