search for: file_bucket_file

Displaying 3 results from an estimated 3 matches for "file_bucket_file".

2011 May 31
3
uploading files via REST?
Hello, I am a bit confused by the REST syntax - how can I PUT an arbitrary file in the bucket? Downloading works fine (Perl+LWP), see below, but for PUT I only see this line in the docs (http://docs.puppetlabs.com/guides/rest_api.html): PUT /{environment}/file_bucket_file/md5/{checksum} Should I compute the MD5 of the file and port its contents at the url ? my code: my $ua = LWP::UserAgent->new(); my $ay = HTTP::Headers->new; $ay->header(''Accept'' => ''YAML''); my $as = HTTP::Headers->new; $as->header(''A...
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...vious versions of Puppet were licensed as GPL version 2 or greater; the license is now specified as GPL version 2. Filebucket API can now provide diffs of file contents The filebucket service can now diff file contents specified by MD5 checksum. From the REST API documentation: GET /{environment}/file_bucket_file/md5/{checksum}?diff_with={checksum} No tools using this feature are currently shipping; however, a future version of Puppet Dashboard will support viewing diffs of arbitrary file content revisions. Report format has changed; report formats are now versioned The report format has been made more con...
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...vious versions of Puppet were licensed as GPL version 2 or greater; the license is now specified as GPL version 2. Filebucket API can now provide diffs of file contents The filebucket service can now diff file contents specified by MD5 checksum. From the REST API documentation: GET /{environment}/file_bucket_file/md5/{checksum}?diff_with={checksum} No tools using this feature are currently shipping; however, a future version of Puppet Dashboard will support viewing diffs of arbitrary file content revisions. Report format has changed; report formats are now versioned The report format has been made more con...