// TODO: Special handler for small data?
// TODO: Check bucket access before upload?
Project project = getProject();
FileBlob fileData = FileBlob.build(src);
// No position specified
Long position = null;
fs.append(project, bucketName, name, position, fileData);