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

storage: separate each sample into a separate file #5573

Closed
quartzmo opened this issue Apr 17, 2020 · 1 comment
Closed

storage: separate each sample into a separate file #5573

quartzmo opened this issue Apr 17, 2020 · 1 comment
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: cleanup An internal cleanup or hygiene concern.

Comments

@quartzmo
Copy link
Member

quartzmo commented Apr 17, 2020

Moved from GoogleCloudPlatform/ruby-docs-samples#481, in coordination with #5572 and #5574.

Each sample should be in a standalone file.

Question: How should the new file structure look?

Current structure:

├── Gemfile
├── Gemfile.lock
├── README.md
├── Rakefile
├── acceptance
│   ├── acls_test.rb
│   ├── buckets_test.rb
│   ├── data
│   │   └── file.txt
│   ├── files_test.rb
│   ├── helper.rb
│   ├── hmac_test.rb
│   ├── iam_test.rb
│   └── quickstart_test.rb
├── acls.rb
├── buckets.rb
├── files.rb
├── hmac.rb
├── iam.rb
└── quickstart.rb
@quartzmo quartzmo self-assigned this Apr 17, 2020
@quartzmo quartzmo added api: storage Issues related to the Cloud Storage API. type: cleanup An internal cleanup or hygiene concern. labels Apr 17, 2020
@quartzmo
Copy link
Member Author

/cc @frankyn @JesseLovelace

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. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants