I have a need of getting artifacts from private repo in s3.
I was thinking of doing something like
s3://file:///Users/mike/aws.pro...@repo.bodar.com/com.googlecode.yadic:yadic:jar:151
and that would look for the file /Users/mike/aws.properties and expect it to contain AWSAccessKeyId=xxxx and AWSSecretKey=yyyy
Bit clunky maybe. Can you think of a better way to express this?
Ta,
Mike.
Maybe have SM look for secret key instructions in the build directory?
It would need to blow up with a nice exception including instructions on adding a key if it gets a forbidden response from S3.
Below are two options for the key instructions file- one direct, one indirect. The indirect option has the advantage of avoiding accidentally checking in the actual secret.
build\
runtime.dependencies
s3://repo.bodar.com/com.googlecode.yadic:yadic:jar:151
--
You received this message because you are subscribed to the Google Groups "shavenmaven" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shavenmaven...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, much safer.
Folks,
s3://file:///Users/mike/aws.prope...@repo.bodar.com/com.googlecode.yadic:yadic:jar:151
and that would look for the file /Users/mike/aws.properties and expect it to contain AWSAccessKeyId=xxxx and AWSSecretKey=yyyy
Bit clunky maybe. Can you think of a better way to express this?
Ta,
Mike.
--
You received this message because you are subscribed to the Google Groups "shavenmaven" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shavenmaven...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Actually this would be really nice as we could get the default repo property "shavenmaven.default-repository" into the same file which would make life really easy.
Do you use Gmail as I've been getting quite a few list emails?
Weirdly some emails only appear on my mobile!
FYI, I got all of them...
Folks,
s3://file:///Users/mike/aws.proper...@repo.bodar.com/com.googlecode.yadic:yadic:jar:151
and that would look for the file /Users/mike/aws.properties and expect it to contain AWSAccessKeyId=xxxx and AWSSecretKey=yyyy
Bit clunky maybe. Can you think of a better way to express this?
Ta,
Mike.
--
You received this message because you are subscribed to the Google Groups "shavenmaven" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shavenmaven...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "shavenmaven" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shavenmaven...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "shavenmaven" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shavenmaven...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--