Giter VIP home page Giter VIP logo

Comments (7)

loganmzz avatar loganmzz commented on July 29, 2024 4

18 months later, what's status on this issue ? We also want to group up all transient artifacts of same version under a unique folder.

from s3-resource.

concourse-bot avatar concourse-bot commented on July 29, 2024

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

  • #131332763 Ability to specify version in the directory path of the regex

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

from s3-resource.

vito avatar vito commented on July 29, 2024

I don't really know what to do with this. From what's there I don't see where the ( would come from. Did you have a weird filename or something?

from s3-resource.

shijinabraham avatar shijinabraham commented on July 29, 2024

No. The filename and path is what is given (output.txt). The version is just semver. When I change the version to be append to the file, it works. But when I try to append version to directory, this error is returned.

from s3-resource.

vito avatar vito commented on July 29, 2024

Ah, yeah that's broken at the moment; the resource expects the final path segment (the filename) to contain the version.

from s3-resource.

kalfa avatar kalfa commented on July 29, 2024

same here, a hierarchical/versioned directory structure is quite useful.

dir-VER/

  • artefact1
    ...
  • artefactN

is preferible in many cases we have than either
dir/

  • artefact1-VER
  • artefactN-VER

or

dir/

  • artefact1/data-VER
  • artefact2/data-VER

I read "broken" and not "not implemented", so I guess it was meant to be a current feature until it broke.

from s3-resource.

eedwards-sk avatar eedwards-sk commented on July 29, 2024

I'm also screwed by this right now, because I have a CI process that requires the filename be static (homebrew bottles), but I could work around that to create multiple 'versions' by generating them in different root urls.

e.g. instead of just s3://my-bucket/my_static_filename_pattern.tar.gz and thus concourse caching my_static_filename_pattern.tar.gz even though it has changed...

I could put them in s3://my-bucket/my-dynamic-prefix/my_static_filename_pattern.tar.gz and each 'path' would then result in a new version.

Honestly, considering s3 'folders' are actually part of the file name, I think we should be including the prefix in the version anyway.

from s3-resource.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.