Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • S3 Access with IAM role instead of access/secret keys

    Support amazon proget
    5
    0 Votes
    5 Posts
    15 Views
    ?
    Alana, I tested the change and it is working for me with version 5.0.8. Ship it! :)
  • DB Connection for AWS RDS MSSQL

    Support amazon sql-server buildmaster
    4
    0 Votes
    4 Posts
    24 Views
    ?
    What you described should work; the connection should be proxied through the agent server you selected. however, I see you also submitted a ticket... so we'll review via that!
  • How do I enable package storage on Amazon S3?

    Support proget amazon packages
    4
    0 Votes
    4 Posts
    19 Views
    ?
    In ProGet v4.2, there is an option right under Disk Path that says Package Store. [image: vYDcll0.png]
  • 0 Votes
    2 Posts
    98 Views
    ?
    This is possible using the SDK if you implement a custom package store (to allow ProGet to index packages stored in s3 and to allow it to push packages there), and an OData adapter to alter the package download URL sent back to clients. Our Creating a Custom Package Store tutorial is out of date in terms of the implementation (we are updating much of our tutorials/documentation this week), but there should be enough there to get you started. In short, you'd need to implement PackageStore and ODataAdapterBase. If you need a reference implementation of either, let us know and we can send it to you.
  • Upload nested directories to S3 bucket?

    Support buildmaster amazon
    4
    0 Votes
    4 Posts
    11 Views
    ?
    Wow, that was quick! Thanks!
  • S3 extension with multiple accounts

    Support buildmaster amazon
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Not currently; that information is configured at an extension level. We do have a feature on the backlog that would allow for multiple extension configuration profiles, but that's not schedule for a specific release yet. In the mean time, your best bet would be to modify the extension (we can provide source code) to bring these peroperties to the action-level.