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

Add support for initial state #12

Open
christianang opened this issue Feb 6, 2019 · 1 comment
Open

Add support for initial state #12

christianang opened this issue Feb 6, 2019 · 1 comment

Comments

@christianang
Copy link
Contributor

For more feature parity with the s3 resource the initial state params should be supported by this resource.

https://github.com/concourse/s3-resource#initial-state

christianang pushed a commit that referenced this issue Sep 27, 2019
- check supports the initial_version param

(#12)
@christianang
Copy link
Contributor Author

christianang commented Sep 27, 2019

  • Check returns initial_version when no blob exists and using versioned_file
  • In creates a file named versioned_file when no blob exists and initial_version is set
  • Check returns initial_path when no blob exists and using regexp
  • In creates a file named regexp+initial_path when no blob exists and using regexp
  • In populates the created file with initial_content_text when provided
  • In populates the created file with initial_content_binary when provided
  • Update readme with initial state documentation

christianang pushed a commit that referenced this issue Oct 22, 2019
- check supports the initial_version param

(#12)
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

1 participant